home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / misc / movelog.lha / movelog / movelog.readme < prev    next >
Encoding:
Text File  |  1998-03-29  |  2.1 KB  |  48 lines

  1. Short: keeps AmiTCP & servers online for you
  2. Uploader: vancej@kiimbal.dyn.ml.org (Jim Vance)
  3. Author:   vancej@kiimbal.dyn.ml.org (Jim Vance)
  4. type:     comm/misc
  5.  
  6.  
  7. PURPOSE:
  8.     
  9.     This program is intended to help those of us trying to run servers on our 
  10.     Amiga computers.  I ran into the problem of trying to keep my computer 
  11.     online when I wasn't physically in front of (it does get boring just 
  12.     sitting there sometimes... really).  So I decided to write a program
  13.     to take care of the mundane task for me.
  14.     
  15. IDEA:
  16.  
  17.     The idea of this program was to keep my computer online, along with the 
  18.     task of helping me figure out which port was causing crashes.  I called 
  19.     it "Movelog" because it was originally intended to move the amitcp.log 
  20.     file to a more permanent storage location, so that when my computer would
  21.     crash, I would have a log to look at and see which program was the faulty 
  22.     one.  
  23.     
  24.     Once I got the program to do that, I decided that it could examine each 
  25.     line in the file for the signal that the modem was offline and reset it.  
  26.     I will probably add a config file to allow users to determine what they 
  27.     want to watch for along with a command to be executed when the
  28.     line is found.
  29.     
  30. REQUIREMENTS:
  31.     
  32.     any AmiTCP version that uses the file "t:amitcp.log"
  33.     any Amiga computer that is running AmiTCP.
  34.     a knowledge of your commands that you use to bring your computer online 
  35.             and take it offline again.
  36.  
  37.     The programs used by Movelog internally are:
  38.         
  39.         askhost   (to keep the link active by requesting data across the
  40.                     link every 25 minutes)
  41.         copy      (to copy needed commands to T: so that it doesn't need
  42.                     to access the hard drive during run-time)
  43.         status    (to check for another copy of itself running)
  44.         say       (pretty much only if you have the "realms" MUD running
  45.                     on the default port of 4563, AND you have logging turned
  46.                     ON in your inet.access file)
  47.         delete    (to clean up any files it moved to T: during the run)
  48.